ComponentOne ASP.NET MVC Controls
ListBox<T> Class
Members 

C1.Web.Mvc Namespace : ListBox<T> Class
The ListBox control displays a list of items which may contain plain text or HTML, and allows users to select items with the mouse or the keyboard.
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class ListBox(Of T) 
   Inherits ItemsBoundControl(Of T)
   Implements ITemplate 
[Scripts(Mono.Cecil.CustomAttributeArgument[])]
public class ListBox<T> : ItemsBoundControl<T>, ITemplate  
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.ListBox<T>

See Also

Reference

ListBox<T> Members
C1.Web.Mvc Namespace